home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / UNDO.STX < prev    next >
Encoding:
Text File  |  2000-06-30  |  1.3 KB  |  33 lines

  1. Undo - Undo management actions.
  2.   
  3.   Description
  4.  
  5.     This view allows you to undo changes to Zope's database.
  6.  
  7.     Zope allows you to undo changes to its database. Changes are
  8.     defined in terms of transactions which group together related
  9.     changes. Each transaction has a URL and a user associated with
  10.     it. In general the URL of a transaction indicates the URL that was
  11.     called to initiate the changes.
  12.  
  13.     If an object was changed several times and you want to recover a
  14.     version several changes back, you have to undo all the
  15.     intermediary transactions as well.
  16.  
  17.   Controls
  18.  
  19.     '[Checkbox]' -- Selects one or more transactions. Each line shows one
  20.     transaction. The transactions are sorted by date and time. The
  21.     checkbox in the front allows you to check the transactions you
  22.     would like to undo. The next entry on the line is the URL that
  23.     caused the transaction, followed by the user who committed the
  24.     transaction and the time transaction was performed.
  25.  
  26.     'Earlier Transactions' -- Allows you to see transactions that were
  27.     performed earlier then the ones you currently see.
  28.  
  29.     'Later Transactions' -- Allows you to see transactions that were
  30.     performed later then the ones you currently see.
  31.  
  32.     'Undo' -- Undo the selected transactions.
  33.